Skip to content

allow jackson to sync versions across dep graph#221

Merged
MrCreosote merged 1 commit into
mainfrom
sdkdev
Mar 9, 2026
Merged

allow jackson to sync versions across dep graph#221
MrCreosote merged 1 commit into
mainfrom
sdkdev

Conversation

@MrCreosote
Copy link
Copy Markdown
Member

Allows for writing out the generated code dependencies to generate a build.gradle file in kb-sdk init

Allows for writing out the generated code dependencies to generate a
build.gradle file in kb-sdk init
@MrCreosote MrCreosote requested a review from briehl March 9, 2026 19:15
@MrCreosote
Copy link
Copy Markdown
Member Author

MrCreosote commented Mar 9, 2026

I can't log in to synk so ignoring those

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.46%. Comparing base (7dfec7f) to head (648b177).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #221   +/-   ##
=========================================
  Coverage     71.46%   71.46%           
  Complexity      703      703           
=========================================
  Files            46       46           
  Lines          3715     3715           
  Branches        666      666           
=========================================
  Hits           2655     2655           
  Misses          826      826           
  Partials        234      234           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread build.gradle
Comment on lines +319 to +320
implementation('com.fasterxml.jackson.core:jackson-annotations:2.9.9')
implementation('com.fasterxml.jackson.core:jackson-databind:2.9.9')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seems to build and test fine, so I'm guessing the // don't upgrade yet, breaks tests comments aren't relevant. Can you go to a later 2.x version? 2.20 was the last one, I think.

Not that it matters much, I'm mostly just curious.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing the // don't upgrade yet, breaks tests comments aren't relevant.

I think the last PR that got rid of the hardcoded jar names in the tests fixed that

Can you go to a later 2.x version? 2.20 was the last one, I think.

I'd want to update java_common / auth / etc. first.

Jackson is on 3.1.0 now, which sounds like upgrades might be difficult

@MrCreosote MrCreosote merged commit 8383dbb into main Mar 9, 2026
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants